home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / misc / flxc101.lha / flexcat / C_h.sd < prev    next >
Encoding:
Text File  |  1993-10-01  |  652 b   |  29 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `FlexCat V1.0'
  5.    Do NOT edit by hand!
  6. ****************************************************************/
  7.  
  8. #ifndef %b_CAT_H
  9. #define %b_CAT_H
  10.  
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif    /*  !EXEC_TYPES_H        */
  15. #ifndef LIBRARIES_LOCALE_H
  16. #include <libraries/locale.h>
  17. #endif    /*  !LIBRARIES_LOCALE_H     */
  18.  
  19.  
  20. /*  Prototypes    */
  21. extern void Open%bCatalog(struct Locale *, STRPTR);
  22. extern void Close%bCatalog(void);
  23. extern STRPTR Get%bString(LONG);
  24.  
  25. /*  Definitions */
  26. #define %i %d
  27.  
  28. #endif /*   !%b_CAT_H  */
  29.